Walkthrough
;
1. TerosHDL Sidebar
- Projects: Create a new project, import an existing one, select the current project...
- Files: Add, import, delete... files and libraries.
- Hierarchy: Shows the hierarchy and dependencies between the various modules or files in the project, allowing you to understand the structure of the design.
- [Testbenches]:
- Watchers:
- [Tasks]: Tasks you can perform in a project: Open the working directory, run a test, view results...
- [IP Catalog]: IP catalog for Quartus projects.
- [Testbenches - Output]: Test and compilations results.
- [Configuration]: Open the settings menu, view documentation, check TerosHDL settings...
;
2. Editor View
When you open an HDL file (VHDL/Verilog/SV), the icons for TerosHDL commands will appear in the top right corner of the editor:
- Code Formatting
- Auto Documentation
- Schematic Viewer
- State Machine Viewer
- Template Generator: testbenches, entity...
;
3. Log Console
In TerosHDL, you can access the log console by using the Output panel. To open the Output panel, go to the View menu, select Output, or use the shortcut Ctrl + Shift + U on Windows and Linux, or Cmd + Shift + U on macOS. Once the Output panel is open, you can select different types of log outputs from the dropdown menu at the right-hand side of the panel:
TerosHDL: Debug
TerosHDL: Global
TerosHDL: Tool Manager
4. Outline
The Outline view in TerosHDL is a powerful tool that provides a hierarchical overview of the symbols in your code file. It displays a structured tree view of all the ports, entities, and other significant elements present in the file. This feature helps developers quickly navigate through complex files and understand the structure of their code at a glance.
You can access the Outline view from the Explorer pane or activate it using the command palette. The symbols in the Outline are organized in the order they appear in the code, and you can click on any symbol to jump directly to its location in the file.